procedure declaration meaning in Chinese
过程说明
Examples
- Only in a property or procedure declaration statement
只能在属性或过程声明语句中使用 - You write procedures by first writing a procedure declaration
通过先编写过程声明来编写过程。 - The following is an example of a simple procedure declaration
下面是一个简单过程声明的示例。 - When you typefor example , the first line of a procedure declaration ,
当键入一个过程声明的第一行(如 - Parameters are declared in the procedure declaration , not in individual lines of code
参数是在过程声明中声明的,而不是在单个代码行中声明的。